home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 May
/
CHIPCD200305.iso
/
game
/
cat.swf
/
scripts
/
DefineButton2_478
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-03-01
|
270 b
|
13 lines
on(release){
if(0 < _root.pausem.shijianmeny)
{
if(_root.speedup >= 1)
{
_root.shijianmenmen = true;
_root.pausem.shijianmeny--;
_root.texiao.gotoAndStop(3);
_root.pausem._visible = false;
}
}
}